home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / filecomp.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.7 KB  |  76 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : File_Compare_Utilities
  3. -- VERSION           : 2.0 (SUEP207)
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : Mendal@Sierra.Stanford.Arpa
  6. -- AUTHOR            : Geoffrey O. Mendal
  7. --                   : Stanford University
  8. --                   : Computer Systems Laboratory
  9. --                   : Stanford, CA  94305
  10. --                   : (415) 723-1414 or 723-1175
  11. -- COPYRIGHT         : (c) 1985, 1986, 1987 Geoffrey O. Mendal
  12. -- DATE CREATED      : Sat 28 Dec 85
  13. -- DATE RELEASED     : Sun 29 Dec 85
  14. -- DATE LAST UPDATED : MENDAL Sun 20 Sep 87
  15. -- LOCATION          : C2MUG
  16. -- LOCATION          : ASR
  17. -- ENVIRONMENT       : DG MV10000, ROLM ADE
  18. --= CLASSIFICATION       ===============================================--
  19. -- CATEGORY LEVEL 1  : COMPONENTS
  20. -- CATEGORY LEVEL 2  : File Compare
  21. -- CATEGORY LEVEL 3  : 
  22. -- CATEGORY LEVEL 4  : 
  23. -- KEYWORD           : COMPARE
  24. -- KEYWORD           : FILE COMPARE
  25. -- INDEX             : Compare
  26. -- INDEX             : Compare, File
  27. -- INDEX             : File Compare
  28. -- TAXONOMY          : 
  29. -- DEPENDENCIES      : 
  30. -- SEE ALSO          : PD:<ADA.COMPONENTS>CDUPDATE, PD:<ADA.COMPONENTS>SORTARRY
  31. --= FILE LISTING         ===============================================--
  32. -- FILE SPECS        : PD:<ADA.COMPONENTS>FILECOMP.*
  33. -- DIRECTORY DISPLAY :
  34. -- Directory   PD:<ADA.COMPONENTS>
  35. --      File Name     Byte Count  Line Count
  36. --   ---------------  ----------  ----------
  37. --   FILECOMP.ADA          93784        2587
  38. --   FILECOMP.PRO           4006          77
  39. --   ===============  ==========  ==========
  40. --     2 Files             97790        2664
  41. --= ABSTRACT             ===============================================--
  42. --         This  generic  package  contains routines to compare two ASCII
  43. -- files.  It produces as output a side-by-side listing  of  both  files,
  44. -- showing their differences in a very readable format, and also produces
  45. -- an update deck which can be used to provide a mapping between the  two
  46. -- files.   This  update deck is meant to be input for a revision control
  47. -- package, called Context_Directed_Update_Utilities.
  48. --= REVISION HISTORY     ===============================================--
  49. --
  50. -- DATE         VERSION              AUTHOR     HISTORY
  51. -- 12/29/85     1.0 (SAEC285)     Mendal     Initial Release
  52. -- 01/24/86     1.1 (FRAN246)     Mendal     Bug fixes, enhancements
  53. -- 04/19/86     1.2 (SAPR196)     Mendal     Enhancements
  54. -- 09/20/87     2.0 (SUEP207)     Mendal     Major interface enhancements
  55. --= RELEASE NOTICE       ===============================================--
  56. -- This prologue must be included in all copies of this software.
  57. --
  58. -- This software is copyright by the author.
  59. --
  60. -- This software is released to the Ada community.
  61. -- This software is released to the Public Domain (note:
  62. --   software released to the Public Domain is not subject
  63. --   to copyright protection).
  64. -- Restrictions on use or distribution:  NONE
  65. --= DISCLAIMER           ===============================================--
  66. --     This software and its documentation are provided "AS IS" and
  67. -- without any expressed or implied warranties whatsoever.  No warranties
  68. -- as to performance, merchantability, or fitness for a particular
  69. -- purpose exist.
  70. --     The user is advised to test the software thoroughly before
  71. -- relying on it.  The user must assume the entire risk and liability of
  72. -- using this software.  In no event shall any person or organization of
  73. -- people be held responsible for any direct, indirect, consequential or
  74. -- inconsequential damages or lost profits.
  75. --======================================================================--
  76.